Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fanotify backend #180

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

fanotify backend #180

wants to merge 5 commits into from

Conversation

drozhkov
Copy link

@drozhkov drozhkov commented Jun 20, 2024

#87

#include "FAnotifyFsBackend.hh"

void FAnotifyFsBackend::start() {
throw std::runtime_error("not implemented");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if we'd want to have an unimplemented backend here. And I'm unsure if we'd even end up implementing this one due to the elevated system permissions that it requires (CAP_SYS_ADMIN)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed
'fanotify-fs' backend is completely removed from the code

@drozhkov drozhkov changed the title #87 fanotify backend Jun 25, 2024
@benmccann
Copy link

@devongovett just gently checking in here. would love to get any initial thoughts on this when you have time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants